3.216 \(\int \frac{(a+b \log (c (e+f x)))^p}{(d e+d f x) (h+i x)^3} \, dx\)

Optimal. Leaf size=34 \[ \text{Unintegrable}\left (\frac{(a+b \log (c (e+f x)))^p}{(h+i x)^3 (d e+d f x)},x\right ) \]

[Out]

Unintegrable[(a + b*Log[c*(e + f*x)])^p/((d*e + d*f*x)*(h + i*x)^3), x]

________________________________________________________________________________________

Rubi [A]  time = 0.128657, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{(a+b \log (c (e+f x)))^p}{(d e+d f x) (h+i x)^3} \, dx \]

Verification is Not applicable to the result.

[In]

Int[(a + b*Log[c*(e + f*x)])^p/((d*e + d*f*x)*(h + i*x)^3),x]

[Out]

Defer[Int][(a + b*Log[c*(e + f*x)])^p/((d*e + d*f*x)*(h + i*x)^3), x]

Rubi steps

\begin{align*} \int \frac{(a+b \log (c (e+f x)))^p}{(h+216 x)^3 (d e+d f x)} \, dx &=\int \frac{(a+b \log (c (e+f x)))^p}{(h+216 x)^3 (d e+d f x)} \, dx\\ \end{align*}

Mathematica [A]  time = 0.70019, size = 0, normalized size = 0. \[ \int \frac{(a+b \log (c (e+f x)))^p}{(d e+d f x) (h+i x)^3} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(a + b*Log[c*(e + f*x)])^p/((d*e + d*f*x)*(h + i*x)^3),x]

[Out]

Integrate[(a + b*Log[c*(e + f*x)])^p/((d*e + d*f*x)*(h + i*x)^3), x]

________________________________________________________________________________________

Maple [A]  time = 0.862, size = 0, normalized size = 0. \begin{align*} \int{\frac{ \left ( a+b\ln \left ( c \left ( fx+e \right ) \right ) \right ) ^{p}}{ \left ( dfx+de \right ) \left ( ix+h \right ) ^{3}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*ln(c*(f*x+e)))^p/(d*f*x+d*e)/(i*x+h)^3,x)

[Out]

int((a+b*ln(c*(f*x+e)))^p/(d*f*x+d*e)/(i*x+h)^3,x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (b \log \left ({\left (f x + e\right )} c\right ) + a\right )}^{p}}{{\left (d f x + d e\right )}{\left (i x + h\right )}^{3}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(f*x+e)))^p/(d*f*x+d*e)/(i*x+h)^3,x, algorithm="maxima")

[Out]

integrate((b*log((f*x + e)*c) + a)^p/((d*f*x + d*e)*(i*x + h)^3), x)

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{{\left (b \log \left (c f x + c e\right ) + a\right )}^{p}}{d f i^{3} x^{4} + d e h^{3} +{\left (3 \, d f h i^{2} + d e i^{3}\right )} x^{3} + 3 \,{\left (d f h^{2} i + d e h i^{2}\right )} x^{2} +{\left (d f h^{3} + 3 \, d e h^{2} i\right )} x}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(f*x+e)))^p/(d*f*x+d*e)/(i*x+h)^3,x, algorithm="fricas")

[Out]

integral((b*log(c*f*x + c*e) + a)^p/(d*f*i^3*x^4 + d*e*h^3 + (3*d*f*h*i^2 + d*e*i^3)*x^3 + 3*(d*f*h^2*i + d*e*
h*i^2)*x^2 + (d*f*h^3 + 3*d*e*h^2*i)*x), x)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*ln(c*(f*x+e)))**p/(d*f*x+d*e)/(i*x+h)**3,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (b \log \left ({\left (f x + e\right )} c\right ) + a\right )}^{p}}{{\left (d f x + d e\right )}{\left (i x + h\right )}^{3}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(f*x+e)))^p/(d*f*x+d*e)/(i*x+h)^3,x, algorithm="giac")

[Out]

integrate((b*log((f*x + e)*c) + a)^p/((d*f*x + d*e)*(i*x + h)^3), x)